home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / libs / mpega_libmad.lha / mpega_libmad / support.h < prev    next >
C/C++ Source or Header  |  2001-12-18  |  133b  |  10 lines

  1. #ifndef SUPPORT_H
  2. #define SUPPORT_H
  3.  
  4. #include "compiler.h"
  5.  
  6. ULONG LIBPPC InitSupport(void);
  7. void LIBPPC RemoveSupport(void);
  8.  
  9. #endif
  10.